projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e0f51c
)
tools/xen-mceinj: Fix depency for the install rule
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Tue, 25 Feb 2014 10:54:14 +0000
(10:54 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 13 Mar 2014 10:50:55 +0000
(10:50 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Liu Jinsong <jinsong.liu@intel.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/tests/mce-test/tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/tests/mce-test/tools/Makefile
b/tools/tests/mce-test/tools/Makefile
index 8a23b83f5a8e39346ba9c6fac6606a8f595fb4c1..5ee001f817d50f57f32836dc037efcff36645777 100644
(file)
--- a/
tools/tests/mce-test/tools/Makefile
+++ b/
tools/tests/mce-test/tools/Makefile
@@
-10,7
+10,7
@@
CFLAGS += $(CFLAGS_xeninclude)
.PHONY: all
all: xen-mceinj
-install:
+install:
xen-mceinj
$(INSTALL_PROG) xen-mceinj $(DESTDIR)$(SBINDIR)
.PHONY: clean